'Declaration
<DispIdAttribute(120)> Function GetTableColumnRect( _ ByVal OCRResultID As String, _ ByVal TableIdx As Integer, _ ByVal ColummIdx As Integer, _ ByRef Left As Integer, _ ByRef Top As Integer, _ ByRef Width As Integer, _ ByRef Height As Integer _ ) As GdPictureStatus
[DispId(120)] GdPictureStatus GetTableColumnRect( string OCRResultID, int TableIdx, int ColummIdx, out int Left, out int Top, out int Width, out int Height )
function GetTableColumnRect( OCRResultID: String; TableIdx: Integer; ColummIdx: Integer; Out Left: Integer; Out Top: Integer; Out Width: Integer; Out Height: Integer ): GdPictureStatus;
DispIdAttribute(120) function GetTableColumnRect( OCRResultID : String, TableIdx : int, ColummIdx : int, Left : int, Top : int, Width : int, Height : int ) : GdPictureStatus;
[DispId(120)] GdPictureStatus GetTableColumnRect( string* OCRResultID, int TableIdx, int ColummIdx, [PARAMFLAG::Out] int Left, [PARAMFLAG::Out] int Top, [PARAMFLAG::Out] int Width, [PARAMFLAG::Out] int Height )
[DispId(120)] GdPictureStatus GetTableColumnRect( String^ OCRResultID, int TableIdx, int ColummIdx, [Out] int Left, [Out] int Top, [Out] int Width, [Out] int Height )
Parameters
- OCRResultID
- TableIdx
- ColummIdx
- Left
- Top
- Width
- Height